TypeError: Cannot read property 'constructor' of null
at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-menu.js:11:52)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Then(/^I have clicked on the menu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should be taken to the page with the list of top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^the list should resort by number of ratings$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on the munu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on Most Popular Movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should be directed to the Most Popular Movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
NoSuchElementError: Unable to locate element: .ipc-button__text
at Object.throwDecodedError (C:\Users\admin.LANTBOFF4275\Desktop\Dev\imdb-group-c\node_modules\selenium-webdriver\lib\error.js:497:15)
at parseHttpResponse (C:\Users\admin.LANTBOFF4275\Desktop\Dev\imdb-group-c\node_modules\selenium-webdriver\lib\http.js:519:13)
at C:\Users\admin.LANTBOFF4275\Desktop\Dev\imdb-group-c\node_modules\selenium-webdriver\lib\http.js:441:30
at processTicksAndRejections (internal/process/task_queues.js:93:5)
From: Task: WebDriver.findElement(By(css selector, .ipc-button__text))
at thenableWebDriverProxy.schedule (C:\Users\admin.LANTBOFF4275\Desktop\Dev\imdb-group-c\node_modules\selenium-webdriver\lib\webdriver.js:807:17)
at thenableWebDriverProxy.findElement (C:\Users\admin.LANTBOFF4275\Desktop\Dev\imdb-group-c\node_modules\selenium-webdriver\lib\webdriver.js:1014:17)
at createWorld.(anonymous) (C:\Users\admin.LANTBOFF4275\Desktop\Dev\imdb-group-c\step-definitions\imbd-signin.js:54:33)
at processTicksAndRejections (internal/process/task_queues.js:75:11)
TypeError: Cannot read property 'click' of null
at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:52:22)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
TypeError: Cannot read property 'click' of null
at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:52:22)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
TypeError: Cannot read property 'click' of null
at createWorld.(anonymous) (C:\Users\insik\Documents\New folder\imdb-group-c\imdb-group-c\step-definitions\imdb-search.js:60:23)
at runMicrotasks ((anonymous))
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^i have clicked on top rated shows$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated TV shows page sorted by ranking$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on the menu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I have clicked on top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should be taken to the page with the list of top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^that I am on the top rated movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^the list should resort by number of ratings$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });